home *** CD-ROM | disk | FTP | other *** search
- Path: hamlet.uncg.edu!q_zhong
- From: "QIAN . ZHONG" <q_zhong@hamlet.uncg.edu>
- Newsgroups: comp.lang.c++
- Subject: How to get class name ?
- Date: Tue, 5 Mar 1996 17:45:33 -0500
- Organization: The University of North Carolina at Greensboro
- Message-ID: <Pine.SOL.3.91.960305174138.17346F-100000@hamlet.uncg.edu>
- NNTP-Posting-Host: hamlet.uncg.edu
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=US-ASCII
-
-
- Hi, folks:
- For the following program,
-
- #include <iostream.h>
-
- int main(void)
- {
- }
-
- Before main() start, I found there are eight object constructed, (when I
- overload global new operator, I found new was called eight times ), what
- are they ? I use Borland C++.
-
- Please mail me a copy your reply.
-
- Qian Zhong
- Department of Chemistry.
- UNC, Greensboro
- Email: q_zhong@hamlet.uncg.edu
-
-
-